home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 January / Macworld (1997-01).dmg / Shareware World / Maths & Science / DynRisk 4.0.3 / DynRisk-Help / DynRisk-Help.rsrc / TEXT_4206.txt < prev    next >
Text File  |  1996-08-30  |  2KB  |  50 lines

  1. Operators
  2.  
  3. In the ‚ÄúOperators‚Äù view you control the algorithmic settings of a node. These settings describe how the node combines input values and local values when the output value of the node is calculated.
  4.  
  5. The ‚ÄúAlgorithm‚Äù popup menu is used to choose the fundamental structure of the calculations. The following options are available:
  6.  
  7.     ‚Ä¢ Local only
  8.     ‚Ä¢ Global only
  9.     ‚Ä¢ Single
  10.     ‚Ä¢ Double
  11.     ‚Ä¢ Correlation
  12.  
  13. If the algorithm is ‚ÄúLocal only‚Äù, all input from other nodes are ignored. Thus, this option is typically used for nodes with no input.
  14.  
  15. The ‚ÄúGlobal only‚Äù algorithm, on the other hand, ignores the local values of the node. With this algorithm, there is no point in specifying anything in the ‚ÄúDistribution‚Äù view since this is irrelevant to the calculations.
  16.  
  17. The ‚ÄúSingle‚Äù algorithm is used if you want to combine both local and global values using a single operator like e.g., a sum.
  18.  
  19. The ‚ÄúDouble‚Äù algorithm is used if you want to combine both local and global values using two different operators. In this case all global input is combined using the first operator, referred to as ‚ÄúOperator 1‚Äù. Then the result of this operation is combined with the local value using the second operator, i.e., ‚ÄúOperator 2‚Äù.
  20.  
  21. Finally the ‚ÄúCorrelation‚Äù algorithm is used represent statistical dependence rather than a purely functional dependence.
  22.  
  23. The presence and appearance of the other items in the ‚ÄúOperators‚Äù view depends on the chosen algorithm. In particular, the operator popup menus are available only when they are relevant to the chosen algorithm.
  24.  
  25. The ‚ÄúOperator 1‚Äù popup menu is available when the algorithm is ‚ÄúGlobal only‚Äù, ‚ÄúSingle‚Äù, or ‚ÄúDouble‚Äù and contains the following options:
  26.  
  27.     ‚Ä¢ Sum
  28.     ‚Ä¢ Product
  29.     ‚Ä¢ Maximum
  30.     ‚Ä¢ Minimum
  31.  
  32. All these operators act on sets of variables and are symmetric in all arguments.
  33.  
  34. The ‚ÄúOperator 2‚Äù popup menu is available only when the algorithm is ‚ÄúDouble‚Äù and contains the following options:
  35.  
  36.     ‚Ä¢ Sum
  37.     ‚Ä¢ Product
  38.     ‚Ä¢ Maximum
  39.     ‚Ä¢ Minimum
  40.     ‚Ä¢ Minus
  41.     ‚Ä¢ Divide
  42.     ‚Ä¢ Greater than
  43.     ‚Ä¢ Not less than
  44.     ‚Ä¢ Less than
  45.     ‚Ä¢ Not grt. than
  46.     ‚Ä¢ Equal to
  47.     ‚Ä¢ Not equal to
  48.  
  49. All these act on pairs of variables, with the result of the first operator as the first argument, and the local value as the second argument.
  50.